1 ; Windows LUFA RNDIS Setup File
2 ; Copyright (c) 2000 Microsoft Corporation
5 Signature = "$Windows NT$"
7 ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
9 DriverVer = 06/21/2006,6.0.6000.16384
10 ;CatalogFile = device.cat
13 %COMPANY% = RndisDevices,NTx86,NTamd64,NTia64
15 ; Decoration for x86 architecture
17 %RNDISDEV% = RNDIS.NT.5.1, USB\VID_03EB&PID_2069&MI_00
19 ; Decoration for x64 architecture
20 [RndisDevices.NTamd64]
21 %RNDISDEV% = RNDIS.NT.5.1, USB\VID_03EB&PID_2069&MI_00
23 ; Decoration for ia64 architecture
25 %RNDISDEV% = RNDIS.NT.5.1, USB\VID_03EB&PID_2069&MI_00
27 ;@@@ This is the common setting for setup
32 ; References the in-build Netrndis.inf
34 Characteristics = 0x84 ; NCF_PHYSICAL + NCF_HAS_UI
36 ; NEVER REMOVE THE FOLLOWING REFERENCE FOR NETRNDIS.INF
37 include = netrndis.inf
39 AddReg = Rndis_AddReg_Vista
41 ; DDInstal.Services section
42 [RNDIS.NT.5.1.Services]
43 include = netrndis.inf
44 needs = Usb_Rndis.ndi.Services
46 ; No sys copyfiles - the sys files are already in-build
47 ; (part of the operating system).
49 ; Modify these strings for your device as needed.
51 COMPANY="LUFA Library"
52 RNDISDEV="LUFA USB RNDIS Webserver"